home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / WINDOWS / HW.DEF < prev    next >
Text File  |  1991-11-16  |  354b  |  20 lines

  1. ; hw.def - Module-definition file for hw.exe
  2.  
  3. NAME         HelloWorld
  4.  
  5. DESCRIPTION  'Sample Program'
  6.  
  7. EXETYPE      WINDOWS
  8.  
  9. STUB         'WINSTUB.EXE'
  10.  
  11. CODE         PRELOAD MOVEABLE DISCARDABLE
  12. DATA         PRELOAD MOVEABLE MULTIPLE
  13.  
  14. HEAPSIZE     1024
  15. STACKSIZE    5120
  16.  
  17. EXPORTS
  18.              MainWndProc @1
  19.              About       @2
  20.